/* Colors */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
:root {
  --color-default: #0a0d13;
  --color-primary: #0d42ff;
  --color-secondary: #0e1d34;
  --DarkBg1: #292e3c;
  --DarkBg2: #0a0d13;
  --black: #080808;
  --white: #fff;
  --main: #fa7116;
  --box_shadow: 0 1px 8px 0 rgb(0 0 0 / 58%);
  --font-primary: "Roboto", sans-serif;
}

.features {
  background: var(--white);
  padding-top: 0;
}

.dark .features {
  background: var(--DarkBg2);
}

.our-featurs .section-header h2 {
  color: var(--main);
  margin-bottom: 5px;
}
.our-featurs .section-header p {
  font-size: 14px;
}
.zigzigs {
  margin-bottom: -900px;
}
.zigzigs .text {
  border: 0.5px solid #fa7116;
}
.dark .zigzigs .text {
  border: 0.5px solid #fa71168c;
}

.zigzigs .bg-circle img {
  width: 450px;
}
.dark .zigzigs .bg-circle img {
  opacity: 30%;
}

.zigzigs .left .text {
  position: absolute;
  box-shadow: 0px 4px 20px 0px rgba(233, 66, 57, 0.15);
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  width: 600px;
  top: 40%;
  left: 80px;
}
.zigzigs .left .text .heading-text {
  min-width: 200px !important;
  padding: 6px;
}

.zigzigs .left .text h3 {
  font-size: 19px;
  font-weight: 400;
  position: relative;
}
.zigzigs .left .text h3::after {
  content: "";
  position: absolute;
  bottom: -6px;
  display: block;
  width: 170px;
  height: 1px;
  background: linear-gradient(90deg, #fa7116 0%, rgba(250, 113, 22, 0) 100%);
  margin: auto;
}

.zigzigs .left .text p {
  font-size: 13px;
  margin-left: 10px;
}

.zigzigs .left .icon {
  position: absolute;
  top: 20%;
  width: 180px;
  left: 80px;
  width: 180px;
  z-index: 50;
}
.zigzigs .left .texticon {
  position: absolute;
  top: 23%;
  width: 180px;
  left: 300px;
  z-index: 50;
}
.zigzigs .left .curveArrow {
  position: absolute;
  left: 700px;
  top: 60%;
}

/* l=right */
.zigzigs .right {
  display: flex;
  justify-content: end;
  bottom: 300px;
}

.zigzigs .right .text {
  flex-direction: row-reverse;
  position: absolute;
  box-shadow: 0px 4px 20px 0px rgba(233, 66, 57, 0.15);
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  width: 600px;
  top: 40%;
  right: 80px;
}
.zigzigs .right .text .heading-text {
  min-width: 200px !important;
  padding: 6px;
}

.zigzigs .right .text h3 {
  font-size: 19px;
  font-weight: 400;
  position: relative;
}
.zigzigs .right .text h3::after {
  content: "";
  position: absolute;
  bottom: -6px;
  display: block;
  width: 170px;
  height: 1px;
  background: linear-gradient(90deg, #fa7116 0%, rgba(250, 113, 22, 0) 100%);
  margin: auto;
}

.zigzigs .right .text p {
  font-size: 13px;
  margin-left: 10px;
}

.zigzigs .right .icon {
  position: absolute;
  top: 20%;
  width: 180px;
  right: 80px;
  z-index: 50;
}
.zigzigs .right .texticon {
  position: absolute;
  top: 70%;
  width: 180px;
  right: 100px;
  z-index: 50;
}
.zigzigs .right .curveArrow {
  position: absolute;
  right: 700px;
  top: 60%;
}

.zigzigs .left.third {
  bottom: 550px;
}
.zigzigs .right.fourth {
  bottom: 800px;
}
.zigzigs .right.fourth .icon {
  width: 300px !important;
  top: 60px;
}
.zigzigs .right.fourth .texticon {
  width: 140px !important;
}
.allFeatures .arrow-down {
  position: absolute;
  width: 100%;
  top: 56%;
}

.last .logo p {
  color: rgba(30, 30, 30, 0.75);
  font-size: 15px;
  font-weight: 400;
  margin-top: 8px;
}
.dark .last .logo p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-top: 8px;
}

.last {
  height: 400px;
}

.last .mockups img {
  position: absolute;
  width: 650px;
  top: 20px;
  max-width: 90vw;
}
.box {
  height: 300px;
  background-color: var(--color-secondary);
}
@media screen and (max-width: 792px) {
  .features .dsc {
    width: 90vw;
  }
  .zigzigs .left,
  .zigzigs .right {
    max-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zigzigs .left .text,
  .zigzigs .right .text {
    width: 90vw;
    padding-top: 20px;
  }
  .zigzigs .left .curveArrow {
    top: 64%;
    left: 80vw;
  }
  .zigzigs .right .curveArrow {
    top: 64%;
    right: 80vw;
  }
  .zigzigs .left .text {
    left: 20px;
  }
  .zigzigs .right .text {
    right: 20px;
  }
  .zigzigs .right {
    bottom: 200px;
  }
  .zigzigs .left.third {
    bottom: 300px;
  }
  .zigzigs .right.fourth {
    bottom: 500px;
  }
  .zigzigs {
    margin-bottom: -300px;
  }
  .allFeatures .arrow-down {
    position: absolute;
    width: 100%;
    top: 80%;
  }
}
@media screen and (max-width: 597px) {
  .features .dsc {
    width: 96vw;
    padding: 4px;
    top: -70px;
  }
  .zigzigs .right {
    bottom: 100px;
  }

  .zigzigs .curveArrow {
    display: none !important;
  }
  .zigzigs .left.third {
    bottom: 200px;
  }
  .zigzigs .right.fourth {
    bottom: 300px;
  }
  .our-featurs .section-header {
    margin-top: 20px;
  }
  .zigzigs .left .text,
  .zigzigs .right .text {
    flex-direction: column;
    padding-top: 120px;
  }
  .zigzigs .texticon {
    display: none !important;
  }
  .zigzigs .left .icon {
    left: 30%;
    top: 25%;
  }
  .zigzigs .right .icon {
    left: 30%;
    top: 25%;
  }
  .zigzigs .right.fourth .icon {
    left: calc(50% - 150px);
    top: 14%;
  }

  .zigzigs {
    margin-bottom: -100px;
  }
  .allFeatures .arrow-down {
    position: absolute;
    width: 100%;
    top: 90%;
  }
  .last {
    height: 250px;
  }
  .box {
    height: 190px;
    background-color: var(--color-secondary);
  }
  .zigzigs .bg-circle img {
    opacity: 60%;
  }
}
